setIsCommittedOnSelectionChange Method
In This Topic
Sets a value indicating whether the new value shall be committed as soon as a selection is made.
This option enables applications to perform an action once a selection is made, without requiring the user to exit the field. If clear, the new value is not committed until the user exits the field.
Syntax
public void setIsCommittedOnSelectionChange(
boolean
)
|
Parameters
- value
- True if the new value shall be committed as soon as a selection is made (commonly with the pointing device).
See Also